home *** CD-ROM | disk | FTP | other *** search
/ Smash Hits! Chillin' Out 2001 Summer / SmashChillin.iso / APPS / GORILLAZ / Noodlefight_v1_PC.exe / scripts / DefineButton2_22 / BUTTONCONDACTION on(release).as
Text File  |  2001-03-17  |  81b  |  5 lines

  1. on(release){
  2.    _root.method = "view";
  3.    _root.gotoAndStop("highscores");
  4. }
  5.